home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1254.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  683 b   |  22 lines

  1. Dale Dougherty writes:
  2. > In order to validate a SGML file, it must have
  3. > a DOCTYPE declaration, pointing to the SGML DTD.
  4. > Here's an example:
  5. > <!DOCTYPE HTML SYSTEM "/work/dmg/dtds/html/orahtml.dtd" >
  6. > Now, I know that the WWW parser does not need this
  7. > information because it does not actually read
  8. > a DTD.  However, if one is validating HTML files with an SGML parser,
  9. > which is the right thing to do at some point, the SGML parser needs
  10. > this line.  It would be nice to depend upon the HTML parser
  11. > to at least know to ignore it. 
  12. > In Xmosaic, for instance, this line is displayed on the screen.  
  13.  
  14. NOT in 1.1.  Are we clairvoyant, or what?  :-)
  15.  
  16. Cheers,
  17. Marc
  18.  
  19.